home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Educational Software Cooperative 4
/
Educational Software Cooperative 4.iso
/
mplus24a
/
readme.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-31
|
714b
|
26 lines
echo off
cls
echo M-PLUS
echo
echo To read the instruction manual on screen, enter this command:
echo
echo MPDOC1
echo
echo To start the program, enter this command:
echo
echo MPLUS
echo
echo Vendors: To read the VENDINFO.DIZ information file, use an ordinary
echo text viewer. For example, if you use LIST, you would use this command:
echo
echo LIST VENDINFO.DIZ
echo
echo To print the VENDINFO.DIZ file, you would use this command:
echo
echo COPY VENDINFO.DIZ PRN
echo
echo Additional information is contained in the MPINFO.TXT file.
echo
echo LIST MPINFO.TXT or COPY MPINFO.TXT PRN
echo